* {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}









/* Slider */
.oreaheritage-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.oreaheritage-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.oreaheritage-list:focus
{
    outline: none;
}
.oreaheritage-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.oreaheritage-slider .oreaheritage-track,
.oreaheritage-slider .oreaheritage-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.oreaheritage-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.oreaheritage-track:before,
.oreaheritage-track:after
{
    display: table;

    content: '';
}
.oreaheritage-track:after
{
    clear: both;
}
.oreaheritage-loading .oreaheritage-track
{
    visibility: hidden;
}

.oreaheritage-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .oreaheritage-slide
{
    float: right;
}
.oreaheritage-slide img
{
    display: block;
}
.oreaheritage-slide.oreaheritage-loading img
{
    display: none;
}
.oreaheritage-slide.dragging img
{
    pointer-events: none;
}
.oreaheritage-initialized .oreaheritage-slide
{
    display: block;
}
.oreaheritage-loading .oreaheritage-slide
{
    visibility: hidden;
}
.oreaheritage-vertical .oreaheritage-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.oreaheritage-arrow.oreaheritage-hidden {
    display: none;
}
















































.editorials__item--grid {
    padding: 35px 0
}

@media only screen and (max-width:769px) {
    .editorials__item--grid {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.editorials__item__inner {
    position: relative;
    width: 100%;
    padding-bottom: 132%
}

.editorials__item__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: hsla(0, 0%, 100%, .75);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.editorials__item__inner:hover .editorials__item__content {
    opacity: 1
}

.editorials__item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.editorials__item__title {
    padding-bottom: 20px
}

.editorials__item__download {
    position: absolute;
    bottom: 30px;
    right: 30px
}

.editorials__item__download svg {
    width: 52px;
    height: auto
}

.editorials-latest {
    padding-top: 180px;
    padding-bottom: 60px
}

@media only screen and (max-width:769px) {
    .editorials-latest {
        padding-top: 60px
    }
}

.editorials-latest__list {
    margin: -40px
}

@media only screen and (max-width:769px) {
    .editorials-latest__list {
        margin: -20px
    }
}

.editorials-archive__oreacontainerbis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    padding-bottom: 60px
}

@media only screen and (max-width:769px) {
    .editorials-archive__oreacontainerbis {
        padding-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.editorials-archive__years {
    min-width: 190px;
    margin-right: 40px
}

@media only screen and (max-width:769px) {
    .editorials-archive__years {
        margin-right: 0;
        width: 100%;
        text-align: center
    }
}

.editorials-archive__years__item {
    padding-bottom: 40px
}

@media only screen and (max-width:769px) {
    .editorials-archive__years__item {
        padding-bottom: 15px
    }
}

.editorials-archive__years__item.active a {
    color: #5e7de5
}

.editorials-archive__years__item a {
    font-size: 80px;
    line-height: 1em
}

@media only screen and (max-width:1200px) {
    .editorials-archive__years__item a {
        font-size: 60px
    }
}

@media only screen and (max-width:769px) {
    .editorials-archive__years__item a {
        font-size: 40px
    }
}

.editorials-archive__oreawrapper {
    width: 100%
}

.editorials-archive__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -35px -20px
}

@media only screen and (max-width:769px) {
    .editorials-archive__grid {
        margin: -10px
    }
}

@media only screen and (max-width:769px) {
    .editorials-archive__grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.editorials-archive__grid__col {
    padding: 0 20px
}

@media only screen and (max-width:769px) {
    .editorials-archive__grid__col {
        padding: 0 10px
    }
}

.editorials-archive__grid__col-heritage-1 {
    width: 35%
}

@media only screen and (max-width:769px) {
    .editorials-archive__grid__col-heritage-1 {
        width: 100%
    }
}

.editorials-archive__grid__col-heritage-2 {
    width: 65%
}

@media only screen and (max-width:769px) {
    .editorials-archive__grid__col-heritage-2 {
        width: 100%
    }
}

.heroBanner {
    height: 100vh;
    width: 100%
}

.heroBanner .plyr--video .plyr__control--overlaid:before {
    content: "";
    display: inline-block;
    width: 93px;
    height: 93px;
    background-image: url(../assets/images/icon-play.svg);
    background-size: contain;
    background-position: 50%
}

.heroBanner .plyr--video .plyr__control--overlaid svg {
    width: 100%;
    height: auto;
    display: none
}

.heroBanner__press-room {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: #fff
}

@media only screen and (max-width:769px) {
    .heroBanner__press-room {
        position: relative
    }
}

.heroBanner__press-room__next {
    position: absolute;
    top: 10px;
    left: 40px
}

@media only screen and (max-width:769px) {
    .heroBanner__press-room__next {
        position: relative;
        top: 0;
        left: 0;
        padding-bottom: 30px
    }
}

.heroBanner__press-room__next>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.heroBanner__press-room__next__date {
    margin-left: 10px;
    margin-bottom: 3px;
    cursor: pointer
}

.heroBanner__press-room__next__title {
    padding-top: 10px
}

.heroBanner__playlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 60%;
    margin-left: 40%
}

@media only screen and (max-width:769px) {
    .heroBanner__playlist {
        margin-left: 0;
        width: 100%
    }
}

.heroBanner__playlist__item {
    padding: 0 10px;
    width: 30%
}

@media only screen and (max-width:769px) {
    .heroBanner__playlist__item {
        width: 50%;
        padding: 10px
    }
}

.heroBanner__playlist__item__inner {
    padding-bottom: 53%;
    width: 100%;
    cursor: pointer
}

.heroBanner__playlist__item__inner img {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.heroBanner__playlist__item__inner:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.heroBanner__playlist__item__inner svg {
    position: absolute;
    width: 15%;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.hero-orea-banner__slider {
    width: 100%;
    height: 100vh
}

.hero-orea-banner__slider__item, .hero-orea-banner__slider__oreawrapper {
    width: 100%;
    height: 100vh;
    position: relative
}

.hero-orea-banner__slider__item__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width:769px) {
    .hero-orea-banner__slider__item .hero-orea-banner__slider__item__img--lg {
        display: none
    }
}

.hero-orea-banner__slider__item .hero-orea-banner__slider__item__img--mob {
    display: none
}

@media only screen and (max-width:769px) {
    .hero-orea-banner__slider__item .hero-orea-banner__slider__item__img--mob {
        display: block
    }
}

.hero-orea-banner__slider__item .hero-orea-banner__slider__item__img--lg.hero-orea-banner__slider__item__img--mob {
    display: block
}

.hero-orea-banner__slider__item__title {
    position: absolute;
    max-width: 60%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #fff;
    text-align: center
}

.hero-orea-banner__slider__item__text {
    position: absolute;
    max-width: 32%;
    right: 40px;
    bottom: 30px;
    font-size: 15px;
}

@media only screen and (max-width:769px) {
    .hero-orea-banner__slider__item__text {
        right: 80px;
        bottom: 20px;
        font-size: 15px;
        white-space: nowrap;
    }
}

.hero-orea-banner__slider__form-btn {
    position: absolute;
    left: 40px;
    bottom: 30px;
    cursor: pointer
}

@media only screen and (max-width:769px) {
    .hero-orea-banner__slider__form-btn {
        bottom: 20px;
        left: 20px
    }
}

.hero-orea-banner__editorials-navoreahero {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hero-orea-banner__editorials-navoreahero__sep {
    width: 280px;
    max-width: 50%;
    height: 1px;
    margin: 0 25px;
    background: #707070
}

@media only screen and (max-width:769px) {
    .hero-orea-banner__editorials-navoreahero__sep {
        width: 100px
    }
}

.hero-orea-banner__editorials-navoreahero .button.active {
    color: #5e7de5
}

.hero-orea-banner__content {
    padding-top: 10px;
    padding-bottom: 35px;
    border-bottom: 1px solid #000
}

.hero-orea-banner__content__inner {
    max-width: 1270px;
    margin: auto
}

.hero-orea-banner__content__inner .content-block {
    display: block
}

.hero-orea-banner__content__form {
    display: none
}

.editorialsBlockorea {
    padding-top: 65px;
    padding-bottom: 110px;
    background-color: #f2f2f2 ;
}




@media only screen and (max-width:769px) {
    .editorialsBlockorea {
        padding-top: 30px;
        padding-bottom: 60px
    }

    .oreacontainerbis {
        padding-left: 40px;
        padding-right: 40px;
    }

    
    .oreacontainerbis {
        max-width: 1690px;
    }

}


.editorialsBlockorea__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 35px
}

@media only screen and (max-width:769px) {
    .editorialsBlockorea__header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        
    }
}

.editorialsBlockorea__title {
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media only screen and (max-width:769px) {
    .editorialsBlockorea__title {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 100%;
        padding-top: 20px
    }
}

@media only screen and (max-width:769px) {
    .editorialsBlockorea__btn--left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.editorialsBlockorea__btn--right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: right
}

.editorialsBlockorea__list {
    margin-left: -100px;
    margin-right: -100px
}

@media only screen and (max-width:769px) {
    .editorialsBlockorea__list {
        margin-left: -29px;
        margin-right: -29px
    }

    /* .editorialsBlockorea__list__navoreahero__btn {
        position: absolute;
        top: 50%;
        width: 17px;
        height: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 10;
        display: none;
    } */
    .editorialsBlockorea__list__navoreahero__btn img {
        /* position: absolute; */
        display : none;
        /* width: 100%; */
        /* height: 100%; */
        /* -o-object-fit: contain; */
        /* object-fit: cover; */
    }



}




.hero-orea-banner__slider__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.hero-orea-banner__slider__item.active {
    opacity: 1;
    z-index: 1;
}

.hero-orea-banner__slider__item.previous {
    z-index: 0;
}
